GXGetViewPortDither
You can use theGXGetViewPortDither
function to examine the dither level of a view port object.
long GXGetViewPortDither(gxViewPort source);
- source
- A reference to the view port whose dither level you wish to examine.
- function result
- The view port's dither level.
DESCRIPTION
TheGXGetViewPortDither
function returns the view port dither level, which is a value between 0 and 16, inclusive. The values 0 and 1 both mean do not dither.ERRORS, WARNINGS, AND NOTICES
Errors invalid_viewPort_reference SEE ALSO
For an example of the use of this function, see Listing 7-13 on page 7-61.To set the dither level, use the
GXSetViewPortDither
function, described next.For information about the dither property, see "Dither" beginning on page 7-10.